Foxit PDF RDK
|
Defines a callback interface for handling results of a PageSizeTask. More...
Public Member Functions | |
constructor () | |
Constructor for the PageSizeTaskCallBack class. Initializes a new instance of the PageSizeTaskCallBack. | |
result (task) | |
Handles the result of a PageSizeTask. More... | |
Defines a callback interface for handling results of a PageSizeTask.
FoxitRDKNative.PageSizeTaskCallBack.result | ( | task | ) |
Handles the result of a PageSizeTask.
{PageSizeTask} | task - The PageSizeTask whose result is being handled. This method is called when the task completes, providing access to its result. |